release: python-keepkey 7.14.0 — all chain support + CI + zoo#180
Merged
pastaghost merged 4 commits intomasterfrom Mar 31, 2026
Merged
release: python-keepkey 7.14.0 — all chain support + CI + zoo#180pastaghost merged 4 commits intomasterfrom
pastaghost merged 4 commits intomasterfrom
Conversation
87134fb to
6c01bb0
Compare
…pipeline - client.py: OLED screenshot capture in callback_ButtonRequest via DebugLink - debuglink.py: read_layout() for 2048-byte OLED buffer - conftest.py: per-test screenshot directories for pytest - common.py: KeepKeyTest base class with requires_firmware/requires_message - generate-test-report.py: 1137-line PDF generator with inline OLED screenshots - ci.yml: GitHub Actions pipeline (lint, build, test, report) - build_pb.sh: updated proto compilation
… EVM metadata Regenerated pb2 files from device-protocol release/7.14.0. New message types: SolanaGetAddress, TronGetAddress, TonGetAddress, ZcashSignPCZT, GetBip85Mnemonic, EthereumTxMetadata.
… BIP-39 validation New test files per chain (getaddress + signtx). Updated ethereum tests for blind-sign hard gate (E16 blocked, E17 allowed). BIP-39 per-word validation test (C31). BIP-85 display-only flow tests (D1-D6).
…rator - EVM clear-signing: metadata blob verification tests (V1-V7) - Zcash Orchard: FVK derivation + PCZT signing tests (Z1-Z9) - signed_metadata.py: metadata blob construction for test fixtures - generate-zoo-report.py: visual test report with OLED screenshots
979e1cd to
3cbfe4c
Compare
pastaghost
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test suite, CI pipeline, and protobuf definitions for firmware 7.14.0+ features: Solana, TRON, TON, Zcash Orchard, BIP-85, EVM blind-sign gate, and EVM clear-signing.
LOC Breakdown
5,727 lines across 33 files — 74% is not hand-written code:
*_pb2.py— protobuf compiler output for 6 new message types. Regenerated bybuild_pb.shgenerate-test-report.py+generate-zoo-report.py— CI tooling that produces test-report.pdf with inline OLED screenshotsKeepKeyTestpatternsigned_metadata.py— test fixture builder for EVM clear-signingWhat a reviewer needs to read: Test files (2,274 lines) call protobuf messages and assert on responses. Infrastructure (520 lines) adds OLED screenshot capture to the DebugLink client. The pb2 files are protoc output and report generators are CI tooling — neither touches signing, keys, or device communication.
4 Commits
Test plan